From: Juri Linkov Date: Fri, 2 Jul 2004 04:36:27 +0000 (+0000) Subject: (Viewing differences): Add `d r'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21760 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=831ec772f63bfacfe69837c7f1cdb9a4b3b80b1c;p=emacs.git (Viewing differences): Add `d r'. --- diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 2bd6703dac6..a99cd39a8d9 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -1025,11 +1025,15 @@ This runs @code{cvs-mode-ignore}. @kindex =@r{--run @samp{cvs diff}} @kindex db@r{--diff against base version} @kindex dh@r{--diff against head of repository} +@kindex dr@r{--diff between base and head of repository} @kindex dv@r{--diff against vendor branch} +@kindex dy@r{--diff against yesterday's head} @findex cvs-mode-diff @findex cvs-mode-diff-backup @findex cvs-mode-diff-head +@findex cvs-mode-diff-repository @findex cvs-mode-diff-vendor +@findex cvs-mode-diff-yesterday @vindex cvs-invert-ignore-marks@r{ (variable)} @table @kbd @@ -1053,6 +1057,13 @@ Display a @samp{cvs diff} between the selected files and the head revision in the repository (the most recent version on the current branch) (@code{cvs-mode-diff-head}).@refill +@item d r +Display a @samp{cvs diff} between the base revision of the selected +files and the head revision in the repository. This displays the +changes anyone has committed to the repository since you last executed +"checkout", "update" or "commit". +(@code{cvs-mode-diff-repository}).@refill + @item d v Display a @samp{cvs diff} between the selected files and the head revision of the vendor branch in the repository.